CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - CORDIC Algorithm

搜索资源列表

  1. 基于CORDIC算法的FFT

    0下载:
  2. 采用按时间抽选的基4原位算法和坐标旋转数字式计算机(CORDIC)算法实现了一个FFT实时谱分析系统。-time selected by using the four-situ algorithm and coordinate rotation digital computer (CORDIC) algorithm is one is a real-time FFT spectrum analysis system.
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:2399
    • 提供者:张志华
  1. cordic

    0下载:
  2. cordic算法的vhdl实现,内附有文档说明-cordic algorithm vhdl realized, a document containing a note
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:211098
    • 提供者:wutailiang
  1. CORDIC算法快速求反正切

    3下载:
  2. CORDIC算法快速求反正切,迭代10次输出弧度误差<|0.002|,迭代15次输出弧度误差<|0.0001|,对电机矢量算法计算速度要求高非常有用;myarctan_cordic1.c输入输出为float,myarctan_cordic3.c输入输出为int,pdf文件为CORDIC算法原理。-CORDIC algorithm quickly find tangent, curvature of the output error iteration 10 < | 0.002
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-01-16
    • 文件大小:1126221
    • 提供者:Wuyouzi
  1. sin_cos 基于FPGA的CORDIC算法实现

    1下载:
  2. 基于FPGA的CORDIC算法实现,语言Verilog。8位位宽-FPGA-based CORDIC algorithm, language Verilog. 8-bit wide
  3. 所属分类:VHDL编程

    • 发布日期:2017-04-09
    • 文件大小:2065385
    • 提供者:Filter
  1. CORDIC16.rar

    3下载:
  2. 16次迭代的CORDIC算法,精度很高,可应用于计算反正切值,16 iterations of the CORDIC algorithm, high accuracy, can be applied to calculate arctangent
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2016-11-11
    • 文件大小:1845
    • 提供者:桑顿
  1. jianbo.rar

    0下载:
  2. 运用CORDIC算法完成对矢量信号模值及相位信息的运算,The use of CORDIC algorithm for completion of the vector signal value and the phase mode of operation information
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-09
    • 文件大小:2129259
    • 提供者:gsg
  1. cossincordic.rar

    1下载:
  2. CORDIC算法的Matlab模拟,为了验证FPGA实现CORDIC算法的时间特性优于软件,用Matlab实现了一个计算sin, cos的CORDIC算法,Matlab simulation CORDIC algorithm, in order to verify the FPGA to achieve the time characteristics of CORDIC algorithm is superior to software, using Matlab calculated to
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1087
    • 提供者:Wang Xinhua
  1. cordicDDS

    0下载:
  2. Cordic算法实现DDS的Verilog 源码,14位精度,非常实用的。-DDS algorithm Cordic the Verilog source code, 14-bit accuracy, very practical.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-28
    • 文件大小:7592
    • 提供者: 王王
  1. cordic

    0下载:
  2. 用verilog语言实现的cordic算法,计算角度-Use verilog language realization of cordic algorithm, computing Angle
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-09
    • 文件大小:202217
    • 提供者:蔡金峰
  1. cordic_C

    0下载:
  2. cordic算法的C语言实现,包含了相应C语言程序,十分珍贵-cordic algorithm C language, contains the corresponding C language procedure is very valuable
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:15733
    • 提供者:陈胜
  1. atan2_1

    1下载:
  2. introduction to cordic alogrithm-cordic algorithm
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-13
    • 文件大小:1822
    • 提供者:yuzhiqiang
  1. cordic

    0下载:
  2. 用于无线通信中的数字下变频,主要关注NCO设计还有使用cordic算法实现坐标变换和解调!-For wireless communication of digital down conversion, the main concern there NCO design algorithm using cordic coordinate transformation and demodulation!
  3. 所属分类:Project Design

    • 发布日期:2017-04-09
    • 文件大小:2470157
    • 提供者:peter
  1. CORDIC_SINE

    0下载:
  2. xilinx的ISE工程,用CORDIC算法做DDS生成正弦波-xilinx the ISE project to do with the CORDIC algorithm generates sine DDS
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-06-02
    • 文件大小:14447447
    • 提供者:刘伟
  1. CORDIC

    0下载:
  2. CORDIC算法要求:CORDIC算法的代码,写成一个模块,有输入输出、原理、步骤、结果,有仿真波形 -CORDIC algorithm requires: CORDIC algorithm code, written in a module, there are input and output, principles, procedures, results, a simulation waveform
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-03
    • 文件大小:70622
    • 提供者:郭静
  1. CORDIC

    1下载:
  2. :CORDIC算法将复杂的算术运算转化为简单的加法和移位操作,然后逐次逼近结果。这种方法很好的兼顾了精度、速度和硬件复杂度,它与VLSI技术的结合对DSP算法的硬件实现具有极大的意义,因而在数字信号处理领域得到了广泛应用。本文首先简要介绍了CORDIC算法的原理,然后详细描述了双模式(旋转/向量)CORDIC算法的预处理和后处理,并且基于FPGA实现了流水线双模CORDIC算法。-By converting complex arithmetic into simple operations su
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:393731
    • 提供者:daisywmc
  1. cordic

    1下载:
  2. cordic methods describe essentially the same algorithm that with suitably chosen inputs can be used to calculate a whole range of scientific functions including sin, cos, tan, arctan, arcsin, arccos, sinh, cosh, tanh, arctanh, log, exp, square root a
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:1855
    • 提供者:waqas
  1. cordiccos

    0下载:
  2. cordic算法的fpga的实现 采用altera芯片-cordic realization algorithm using fpga chip altera
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-09
    • 文件大小:821565
    • 提供者:liulei
  1. cordic

    1下载:
  2. cordic算法,实现加减乘除、幂次方、开方的运算(CORDIC algorithm implementation, power add, subtract, multiply and divide and square root operations)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-01-08
    • 文件大小:234496
    • 提供者:zhr1995yx
  1. cordic

    0下载:
  2. 本代码实现的是利用cordic算法求出已知坐标的角度和幅度(This code implements the angle and amplitude of known coordinates using the CORDIC algorithm.)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-05-06
    • 文件大小:7462912
    • 提供者:宣区大自然
  1. cordic

    2下载:
  2. 该程序实现了Cordic算法,未调用IP核通过Cordic算法进行三角函数运算(This program implements Cordic algorithm and does trigonometric function operation through Cordic algorithm without calling IP core.)
  3. 所属分类:嵌入式/单片机/硬件编程

    • 发布日期:2020-05-24
    • 文件大小:2704384
    • 提供者:小明d1
« 1 2 34 5 6 7 8 9 10 ... 30 »
搜珍网 www.dssz.com